virtual memory mechanism meaning in Chinese
虚存机构
Examples
- Then it works over the methods of constructing the embedded internet service system with linux which mainly include the following aspects : how to boot embedded linux system ; how to revise the linux kernel to adjust it to embedded application , especially how to revise the virtual memory mechanism ; how to mount a file system to embedded linux system ; methods of developing device drivres ; how to connect embedded linux system to internet
然后,详细研究分析了如何利用linux构建嵌入式internet服务系统,其中主要包括下面几个方面的内容:如何引导嵌入式linux系统;如何修改linux内核以适应嵌入式应用的需要,这其中主要分析了对虚拟内存机制的修改;如何在嵌入式linux系统中挂接文件系统;开发硬件设备驱动程序的方法;如何将嵌入式linux系统接入internet 。 - When we develop the application based on the embedded linux system we must first resolve how to build the embedded linux os . during the building we must consider several problems such as how to boot linux , whether is the virtual memory mechanism necessary , how to select the file system and how to eliminate the dependment on disk
开发基于嵌入式linux的应用必须首先解决如何构建嵌入式linux操作系统。在构建过程中通常会面临以下几个问题:如何引导、是否需要虚拟内存、文件系统的选择以及如何消除嵌入式系统对磁盘的依赖。